.nav-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100000;
    /* background: rgba(11,134,168,0.75); */
}
.clr {
    clear: both;
}
.lh_alsplist li:nth-child(1){
	display: none;
}
.inner {
    width: 1200px;
    margin: 0 auto;
}

.pd70 {
    padding: 70px 0;
}
body.hack,html.hack{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.lh_cpdetailcpcs table{
    border:1px solid #333
}
.lh_cpdetailcpcs table tr,
.lh_cpdetailcpcs table td{
    border:1px solid #333
}
.lh_cpdetailcpcs table *{
	font-family: "Microsoft YaHei"!important;
}
.lh_cpdetailtopinfo p{
	margin-top: 0!important;
}
.lh_cpdetailcpcs img{
    max-width:100%
}
@media screen and (max-width: 1199px) {
    .inner {
        width: 100%;
        padding: 0 3%;
    }

    .pd70 {
        padding: 8% 0;
    }
}


.lh_hdtop {
    display: flex;
    justify-content: space-between;
    height: 34px;
    background-color: #f6f6f6;
}

.lh_hdtop .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lh_hdtop p {
    font-size: 12px;
    color: #666666;
}

.lh_hdtopmain {
    display: flex;
    align-items: center;
    height: 34px;
}

.lh_hdtopmain a {
    font-size: 12px;
    color: #666666;
}

.lh_hdtopmain span {
    margin: 0 12px;
    color: #666666;
    font-size: 12px;
}

.lh_header>.inner {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lh_logobox {
    display: flex;
    align-items: center;
}

.lh_logobox img {
    display: block;
}

.lh_logo {
    margin-right: 25px;
}

.lh_toptel {
    display: flex;
    align-items: center;
}

.lh_toptel img {
    display: block;
    margin-right: 9px;
}

.lh_toptel_r h3 {
    font-size: 14px;
    color: #666666;
    line-height: 1;
}

.lh_toptel_r h1 {
    font-size: 20px;
    color: #e3b74e;
    line-height: 1;
    margin-top: 8px;
    font-weight: bold;
}

.lh_navbtn {
    width: 30px;
    height: 20px;
    display: none;
    position: relative;
}

.lh_navbtn span {
    width: 30px;
    display: block;
    height: 2px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .2s linear;
}

.lh_navbtn span:nth-child(1) {
    top: 0;
}

.lh_navbtn span:nth-child(2) {
    top: 10px;
}

.lh_navbtn span:nth-child(3) {
    top: 20px;
}

.lh_navbtn span.no1 {
    transform: rotate(45deg);
    top: 10px;
}

.lh_navbtn span.no2 {
    visibility: hidden;
    opacity: 0;
}

.lh_navbtn span.no3 {
    transform: rotate(-45deg);
    top: 10px;
}

.lh_hmnav {
    background: #565458;
}

.lh_navlist {
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lh_navlist li {
    /* width: 98px; */
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.lh_navlist li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    position: relative;
}

.lh_navlist li a:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #6f6f70;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lh_navlist li:first-child a:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #6f6f70;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lh_navlist li.active {
    background-image: linear-gradient(0deg, #ffffff 0%, #f0f0f0 100%);
}

.lh_navlist li.active a {
    color: #666666;
}

.lh_navlist li.active a:before {
    display: none;
}

.lh_navlist li.active a:after {
    display: none;
}

@media (max-width:992px) {
    .lh_hdtop {
        display: none;
    }

    .lh_logobox .lh_logoright {
        display: none;
    }
}

@media (max-width:768px) {
    .lh_header .inner {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .lh_toptel {
        display: none;
    }

    .lh_navbtn {
        display: block;
    }

   .lh_logo {
    height: 56px;
    margin-right: 10px;
    /* width: 25vw; */
}

    .lh_header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        background: #ffffff;
        height: 66px;
    }
    .swiper_banner {
        margin-top: 66px;
    }
    .lh_hmnav {
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 9999;
    }

    .lh_hmnav .inner {
        padding: 0;
    }

    .lh_navlist {
        height: auto;
        padding: 0;
    }

    .lh_navlist li {
        width: 100%;
        flex: auto;
    }

    .lh_navlist li a {
        line-height: 36px;
        font-size: 14px;
    }

    .lh_navlist li a:before {
        display: none;
    }

    .lh_navlist li a:after {
        display: none;
    }
}

.lh_cpdetailtop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lh_cpdetailpic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 330px;
    width: 40.7%;
    border: solid 1px #eaeaea;
}

.lh_cpdetailpic img {
    max-width: 96%;
    max-height: 96%;
}

.lh_cpdetailtopinfo {
    width: 54.78%;
}

.lh_cpdetailtopinfo h1 {
    font-size: 22px;
    color: #666666;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
}

.lh_cpdetailtopinfo p {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    margin-top: 25px;
}

.lh_cpdetailtopinfobot {
    display: flex;
    margin-top: 40px;
    align-items: flex-end;
}

.lh_cpdetailzxzxbtn {
    width: 138px;
    height: 41px;
    background: url(../images/lh/zxzxbtn.png) 100% 100%/cover no-repeat;
}

.lh_cpdetailtopinfobot h2 {
    font-size: 16px;
    color: #666666;
    margin-left: 25px;
}

.lh_cpdetailtopinfobot h2 b {
    font-size: 22px;
    color: #e3b74e;
}

@media (max-width:768px) {
    .lh_cpdetailpic {
        width: 100%;
    }

    .lh_cpdetailtopinfo {
        width: 100%;
        margin-top: 20px;
    }

    .lh_cpdetailtopinfobot h2 {
        font-size: 14px;
    }

    .lh_cpdetailtopinfobot h2 b {
        font-size: 16px;
    }

    .lh_cpdetailzxzxbtn {
        width: 120px;
        height: 36px;
    }

    .lh_cpdetailtopinfo h1 {
        font-size: 18px;
    }

    .lh_cpdetailtopinfo p {
        font-size: 12px;
        color: #666666;
        line-height: 1.6;
        margin-top: 20px;
    }
}

.lh_cpdetailtong {
    margin: 35px 0;
}

.lh_cpdetailtong img {
    display: block;
    width: 100%;
}

.lh_cpdetailboxtitle {
    height: 29px;
    border-bottom: 2px solid #e3b74e;
}

.lh_cpdetailboxtitle h1 {
    width: 90px;
    height: 27px;
    line-height: 29px;
    background-color: #e3b74e;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.lh_cpdetailcpcs {
    margin-top: 25px;
}

.lh_cpdetailcpcs table {
    width: 100% !important;
}

.lh_cpdetailcpcs table tr td p span {
    font-size: 14px !important;
    color: #000 !important;
}

@media (max-width:768px) {
    .lh_cpdetailcpcs table tr td p span {
        font-size: 12px !important;
    }

    .lh_cpdetailcpcs {
        overflow-x: scroll;
    }

    .lh_cpdetailboxtitle h1 {
        font-size: 12px;
    }
}

.lh_cpdetailcpcsbot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0;
}

.lh_cpdetailcpcsbot a {
    display: block;
    width: 408px;
    height: 43px;
    margin: 0 20px;
}

.lh_cpdetailcpcsbot a.lh_cscsbtn1 {
    background: url(../images/lh/cpdetaillinkbg1.png) 100% 100%/cover no-repeat;
}

.lh_cpdetailcpcsbot a.lh_cscsbtn2 {
    background: url(../images/lh/cpdetaillinkbg2.png) 100% 100%/cover no-repeat;
}

@media (max-width:768px) {
    .lh_cpdetailcpcsbot {
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .lh_cpdetailcpcsbot a {
        width: 80vw;
        height: 8vw;
        margin: 10px auto;
    }
}

.lh_cpdetailcptz {
    padding: 35px 0;
}

.lh_cpdetailcptz img {
    display: block;
    width: 100%;
}

@media (max-width:768px) {
    .lh_cpdetailcptz {
        padding: 15px 0;
    }
}

.lh_alsplist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 35px 0 15px;
}

.lh_alsplist li {
    width: 31.8%;
    margin-bottom: 20px;
}

.lh_alsplist li img {
    display: block;
    width: 100%;
}

@media (max-width:768px) {
    .lh_alsplist {
        padding: 15px 0;
    }

    .lh_alsplist li {
        width: 48%;
    }
}


.lh_ftbot {
    /* display: flex;
	align-items: center;
	justify-content: center; */
    height: 41px;
    background-color: #6c6c6c;
    font-size: 12px;
    color: #acacac;
    text-align: center;
    line-height: 41px;
}

.lh_ftbot span {
    margin-left: 20px;
}

@media (max-width:768px) {
    .lh_ftbot {
        height: auto;
        padding: 5px 0;
        line-height: 2;
    }

    .lh_ftbot span {
        display: block;
        margin-left: 0;
    }
}

.lh_fttop {
    background: #565458;
    padding-top: 65px;
}

.lh_botnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lh_botnav li {
    flex: 1;
    text-align: center;
}

.lh_botnav li a {
    font-size: 18px;
    color: #ffffff;
}

.lh_botgrayline {
    width: 100%;
    height: 1px;
    background-color: #474747;
    opacity: 0.4;
    margin: 20px 0 25px;
}

.lh_fttopmain {
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lh_fttopmain_l {
    width: 50%;
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lh_fttopmain_l img {
    margin-bottom: 15px;
}

.lh_fttopmain_l p {
    font-size: 14px;
    color: #e0e0e0;
    line-height: 1.8;
}

.lh_fttopmain_r {
    width: 41.5%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lh_bottelbox {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.lh_bottelbox_r {
    margin-left: 10px;
}

.lh_bottelbox_r h5 {
    font-size: 12px;
    color: #d4d4d4;
    line-height: 1;
    margin-bottom: 10px;
}

.lh_bottelbox_r h1 {
    font-size: 18px;
    color: #e3b74e;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.lh_qrcodebox img {
    display: block;
    margin: 0 auto;
}

.lh_qrcodebox p {
    text-align: center;
    line-height: 1;
    font-size: 14px;
    color: #ffffff;
    margin-top: 13px;
}

@media (max-width:768px) {
    .lh_fttop {
        padding-top: 5px;
    }

    .lh_fttopmain {
        padding-bottom: 20px;
    }

    .lh_botnav {
        display: none;
    }

    .lh_botgrayline {
        display: none;
    }

    .lh_fttopmain_l {
        width: 100%;
    }

    .lh_fttopmain_l img {
        max-width: 50%;
    }

    .lh_fttopmain_r {
        display: none;
        width: 100%;
        margin-top: 15px;
    }
}


.lh_contactbot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 80px;
}

#map {
    width: 65.4%;
}

#allmap {
    width: 100%;
    height: 385px;
}

.lh_contactbot_r {
    width: 29.25%;
}

.lh_contactbot_r h1 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
}

.lh_contactbot_r p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 25px 0 30px;
}

.lh_contactbot_r_b {
    display: flex;
    align-items: center;
}

.lh_contactbot_r_b h5 {
    font-size: 14px;
    margin-left: 30px;
}

@media (max-width:768px) {
    #map {
        width: 100%;
    }

    #allmap {
        height: 300px;
    }

    .lh_contactbot_r {
        width: 100%;
        margin-top: 20px;
    }

    .lh_contactbot_r h1 {
        font-size: 16px;
    }

    .lh_contactbot_r p {
        font-size: 12px;
        margin: 15px 0;
    }

    .lh_contactbot_r_b h5 {
        font-size: 12px;
    }

    .lh_contactbot {
        margin: 10px 0 30px;
    }
}


.lh_abbomain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 90px;
}

.lh_aboutpic {
    width: 38.5%;
}

.lh_aboutpic img {
    width: 100%;
}

.lh_abontext {
    width: 52.83%;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.lh_abontext em {
    color: #e3b74e;
    font-weight: bold;
}

.lh_aboutblocktwo {
    padding: 80px 0 90px;
    background: #f3f3f3;
}

.lh_aboutblocktwo img {
    max-width: 100%;
    margin-top: 42px;
}

@media (max-width:768px) {
    .lh_abbomain {
        margin: 15px 0 20px;
    }

    .lh_aboutpic {
        width: 100%;
    }

    .lh_aboutpic img {
        width: 100%;
    }

    .lh_abontext {
        margin-top: 20px;
        width: 100%;
        font-size: 12px;
        line-height: 1.8;
        color: #666666;
    }

    .lh_aboutblocktwo {
        padding: 20px 0 30px;
    }

    .lh_aboutblocktwo img {
        margin-top: 15px;
    }
}

.lh_aboutblockthree {
    padding: 90px 0 110px;
}

.lh_w1070 {
    width: 1070px;
    margin: 0 auto;
    max-width: 90%;
}

.lh_honordemo {
    position: relative;
    margin-top: 50px;
}

.lh_honordemo .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lh_honordemo .swiper-slide img {
    max-width: 100%;
}

.lh_honordemo .swiper-button-prev {
    background-image: url(../images/lh/arrowprev.png);
    width: 14px;
    height: 26px;
    background-size: 14px 26px;
    outline: none;
}

.lh_honordemo .swiper-button-next {
    background-image: url(../images/lh/arrownext.png);
    width: 14px;
    height: 26px;
    background-size: 14px 26px;
    outline: none;
}

@media (max-width:768px) {
    .lh_aboutblockthree {
        padding: 30px 0 40px;
    }

    .lh_honordemo {
        margin-top: 30px;
    }
}


.mbbotfix {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
.mbbotfixinn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mbbotfixinn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 40px;
	font-size: 14px;
	color: #ffffff;
}
.mbbotfixinn a img {
    height: 20px;
}
.mbbotfixinn a span {
	margin-left: 10px;
}
.lh_mbtel {
    display: none;
}
.lh_mbtel img {
    width: 18px;
}
.lh_mbtel a {
    font-size: 16px;
    font-weight: bold;
    color: #e3b74e;
    line-height: 1;
    margin-left: 5px;
}
@media (max-width: 768px) {
    .lh_mbtel {
        display: flex;
        align-items: center;
    }
	.fixed_right {
		display: none;
	}
	.qx_product_right {
		padding-bottom: 30px;
	}
	.mbbotfix {
		display: block;
	}
	.lh_footer {
		margin-bottom: 40px;
	}
}




